home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / dryfly.dir / 00006_F3.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  629 b   |  25 lines

  1. on enterFrame
  2.   global gsliderbar, myLine, gVolume
  3.   blankBut()
  4.   puppetPalette(201)
  5.   patchPal()
  6.   set the volume of sprite 24 to gVolume
  7.   set the video of cast 101 to 1
  8.   set the controller of cast 101 to gsliderbar
  9.   updateStage()
  10.   set the volume of sprite 24 to gVolume
  11.   repeat with inc = 2 to 10
  12.     puppetSprite(inc, 1)
  13.   end repeat
  14.   colorMe()
  15.   set the locH of sprite 3 to 591
  16.   set the locH of sprite 4 to 593
  17.   set the locH of sprite 5 to 596
  18.   set the locH of sprite 6 to 592
  19.   set the locH of sprite 7 to 591
  20.   set the locH of sprite 8 to 552
  21.   updateStage()
  22.   set the movieRate of sprite 24 to 1
  23.   patchPal()
  24. end
  25.